DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / Query Property

In This Topic
    Query Property (C1EntityFrameworkCoreVirtualDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Query As IQueryable(Of T)
    public IQueryable<T> Query {get;}
    See Also